All Packages Class Hierarchy This Package Previous Next Index
Class quicktime.std.sg.DigitizerInfo
java.lang.Object
|
+----quicktime.util.QTByteObject
|
+----quicktime.std.sg.DigitizerInfo
- public final class DigitizerInfo
- extends QTByteObject
- implements PrimitivesLib, QuickTimeLib, Cloneable
-
kNativeSize
- This is the size (the number of bytes) that are required for this class
-
clone()
- Returns a copy of this class.
-
getblendLevels()
- Indicates the number of blend levels the video digitizer component supports.
-
getInputCapabilityFlags()
- Indicates the capabilities of the video digitizer component with respect to the input video signal.
-
getmaxDestHeight()
- Indicates the largest height value the digitizer component can accommodate in its destination.
-
getmaxDestWidth()
- Indicates the maximum width the digitizer component can accommodate in its destination.
-
getMinDestHeight()
- Indicates the smallest height value the digitizer component can accommodate in its destination.
-
getMinDestWidth()
- Indicates the smallest width value the digitizer component can accommodate in its destination.
-
getOutputCapabilityFlags()
- Indicates the capabilities of the video digitizer component with respect to the output digitized video
information.
-
toString()
- Print information about this object.
kNativeSize
public static final int kNativeSize
- This is the size (the number of bytes) that are required for this class
getInputCapabilityFlags
public int getInputCapabilityFlags()
- Indicates the capabilities of the video digitizer component with respect to the input video signal.
These flags are discussed in “Capability Flags” beginning on page 8-14 of Inside Macintosh: QuickTime Components.
- Returns:
- input video signal features.
getOutputCapabilityFlags
public int getOutputCapabilityFlags()
- Indicates the capabilities of the video digitizer component with respect to the output digitized video
information. These flags are discussed in “Capability Flags” beginning on page 8-14 of
Inside Macintosh: QuickTime Components.
- Returns:
- output digitized video data features of digitizer component
getMinDestHeight
public short getMinDestHeight()
- Indicates the smallest height value the digitizer component can accommodate in its destination.
- Returns:
- the minimum Destination width
getMinDestWidth
public short getMinDestWidth()
- Indicates the smallest width value the digitizer component can accommodate in its destination.
- Returns:
- the minimum Destination width
getmaxDestHeight
public short getmaxDestHeight()
- Indicates the largest height value the digitizer component can accommodate in its destination.
- Returns:
- largest resizable height
getmaxDestWidth
public short getmaxDestWidth()
- Indicates the maximum width the digitizer component can accommodate in its destination.
- Returns:
- largest resizable width
getblendLevels
public short getblendLevels()
- Indicates the number of blend levels the video digitizer component supports.
- Returns:
- number of blend levels supported (2 if 1-bit mask)
clone
public Object clone()
- Returns a copy of this class.
- Overrides:
- clone in class Object
toString
public String toString()
- Print information about this object.
- Returns:
- a string representing this object
- Overrides:
- toString in class QTByteObject
All Packages Class Hierarchy This Package Previous Next Index